tooltip: Fix tooltip positions
authorTimm Bäder <mail@baedert.org>
Sat, 13 Jan 2018 09:38:13 +0000 (10:38 +0100)
committerTimm Bäder <mail@baedert.org>
Sat, 13 Jan 2018 09:39:16 +0000 (10:39 +0100)
commitf8d235ecc22808e64131026a373d4a92b7d47f2f
treef0e6cbe3659f643b648684ead24e57675b631494
parente64028b41daf7b7a28f0c7c7cfba9d3d8043af55
tooltip: Fix tooltip positions

Since gtk_widget_get_allocation doesn't return x/y values relative to
the GdkWindow anymore, we need to manually translate the widget
coordinates here.
gtk/gtktooltip.c